Kurdish (Sorani & Kurmanji) text-to-speech and speech-to-text for AI agents — 664 AI voices, audio transcription with dialect detection, and live streaming STT. Remote streamable-HTTP MCP server; requires a free kurdishtts.com API key. Listed in the official MCP registry as com.kurdishtts/kurdish-tts-stt.
概览
KurdishTTS MCP Server
The first Kurdish-language MCP server: text-to-speech and speech-to-text for Sorani (Central Kurdish) and Kurmanji (Northern Kurdish), powered by kurdishtts.com.
Tools
synthesize_speechconvert Kurdish text to natural speech (664 AI voices, WAV output, optional word timestamps)transcribe_audiotranscribe Kurdish audio (WAV/MP3/FLAC/OGG/M4A) with dialect detectionstart_streaming_transcriptionopen a live streaming STT session (WebSocket)list_voicesbrowse the voice catalog by dialect and model versionlist_dialectssupported dialects and scripts
Setup
- Create a free account at kurdishtts.com and generate API keys in Settings API (TTS and STT use separate keys).
- Connect with the endpoint
https://www.kurdishtts.com/api/mcpand headerAuthorization: Bearer <ttsKey>:<sttKey>(a single key also works for its own tool family).
Usage is metered against your plan exactly like the HTTP API free tier included. MCP payload limits: 600 characters per synthesis, 4 MB audio per transcription; use the REST API for larger jobs.
Links
服务器配置
{
"mcpServers": {
"kurdish-tts": {
"url": "https://www.kurdishtts.com/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_TTS_KEY:YOUR_STT_KEY"
}
}
}
}